home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: 25 Years Anniversary
/
CHIP_25Jahre_Jubilaeum.iso
/
G DATA AddOns2
/
WebShop
/
_SETUP.1
/
sb2frameinit.js
< prev
next >
Wrap
Text File
|
2001-11-22
|
976b
|
44 lines
<!-- sb2frameinit Redirect and exit code -->
<!-- (c) Copyright 2001 GS Software -->
<!-- -->
<SCRIPT language="JavaScript">
<!--
if(navigator.appVersion.substring(0,1) < "4")
{
self.location.href ="index3browser.htm";
}
function GS_frameinit() {
var st = window.location.href;
var mypos = st.indexOf("?");
if (mypos > 0) {
st=st.substr(st.indexOf('?')+1,st.length-st.indexOf('?')-1);
self.Hauptframe.location.href = st;
}
// if (self.location.hash != '') {
// var Path = self.Hauptframe.location.href.substring(0, self.Hauptframe.location.href.lastIndexOf('/'));
// var SubPage = self.location.hash.substring(1, self.location.hash.length);
// self.Hauptframe.location.href = Path + "/" + SubPage;
// }
}
//-->
</SCRIPT>
<SCRIPT>
function GS_exit() {
if (theBasket.length>1) {
event.returnValue = Loc_BeforeUnload;
}
}
//-->
</SCRIPT>